home *** CD-ROM | disk | FTP | other *** search
/ World of Education / World of Education.iso / world_u / ufoalien.zip / PRINTDOC.BAK < prev    next >
Text File  |  1991-12-22  |  876b  |  27 lines

  1. ECHO OFF
  2. CLS
  3. ECHO This batch file will print all of the documentation files presented 
  4. ECHO in this collection.
  5. ECHO -
  6. ECHO Please make sure your printer is on-line.  Pausing now while you check.
  7. ECHO -
  8. ECHO Also, please be aware that this document may not be suitable for
  9. ECHO printing on a laser printer.  You may want to print your documents
  10. ECHO manually with a word processor to take advantage of the laser printers
  11. ECHO options.
  12. ECHO -
  13. ECHO -
  14. PAUSE
  15. ECHO -
  16. ECHO Press <CONTROL> + C (Hold Down <CTRL> and type C) to cancel printing.
  17. TYPE BELGIUM.UFO >prn
  18. TYPE BELGIUM2.UFO >prn
  19. TYPE BELGPR.UFO >prn
  20. TYPE BELMATCH.UFO >prn
  21. TYPE UFOS.DOC >prn
  22. CLS
  23. ECHO Printing is now complete.  If this didn't print successfully, you may
  24. ECHO want to try printing each file manually or loading it into your
  25. ECHO word processor to modify for your printer.
  26. ECHO ON
  27.